home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 …ember: Reference Library / Dev.CD Dec 00 RL Disk 1.toast / pc / technical documentation / technical publications / adcstyle.css next >
Encoding:
Cascading Style Sheet File  |  2000-01-21  |  1.6 KB  |  117 lines

  1. <STYLE TYPE=text/css>
  2.     
  3. <!--
  4.  
  5. a:link
  6.     {
  7.     color: #00099;
  8.     text-decoration: underline;
  9.     }
  10.  
  11. a:hover 
  12.     {
  13.     color: #FF6600;
  14.     }
  15.  
  16. h1:
  17.     {
  18.     font-family: geneva, helvetica, arial, sans-serif;
  19.     font-size: 18pt;
  20.     font-weight: bold;
  21.     }
  22.  
  23. /*the following tags are use span tags. For example to use the  bodytitle style*/
  24. /* use the following syntax <span id="bodytitle"></span>*/
  25.  
  26. #bodytitle
  27.     {
  28.     font-family: Times, serif;
  29.     font-size: 12pt;
  30.     font-weight: bold;
  31.     }
  32.  
  33. #bodytext
  34.     {
  35.     font-family: Times, serif;
  36.     font-size: 12pt;
  37.     }
  38.  
  39. #callout
  40.     {
  41.     font-family: geneva, helvetica, arial, sans-serif;
  42.     font-size: 14pt;
  43.     font-weight: bold;
  44.     color: #737373;
  45.     }
  46.     
  47. #calloutsubitem
  48.     {
  49.     font-family: geneva, helvetica, arial, sans-serif;
  50.     font-size: 10pt;
  51.     color: #666666;
  52.     }
  53.  
  54. #resourcetitle
  55.     {
  56.     font-family: geneva, helvetica, arial, sans-serif;
  57.     font-size: 10pt;
  58.     font-weight: bold;
  59.     }
  60.  
  61. #resourcetext
  62.     {
  63.     font-family: helvetica, geneva, arial, sans-serif;
  64.     font-size: 10pt;
  65.     }
  66.     
  67. #resourcehead
  68.     {
  69.     font-family: arial, helvetica, sans-serif;
  70.     font-size: 11pt;
  71.     font-weight: bold;
  72.     color: #808080;
  73.     }
  74.  
  75.  
  76. #breadcrumb
  77.     {
  78.     font-family: arial, helvetica, sans-serif;
  79.     font-size: 12pt;
  80.     font-weight: bold;
  81.     }
  82.  
  83. #breadcrumblocation
  84.     {
  85.     font-family: arial, helvetica, sans-serif;
  86.     font-size: 12pt;
  87.     font-weight: bold;
  88.     color: #CC6600;
  89.     }
  90.  
  91.  
  92. #menutitle
  93.     {
  94.     font-family: arial, helvetica, sans-serif;
  95.     font-size: 12pt;
  96.     font-weight: bold;
  97.     margin-left: 6px;
  98.     }
  99.         
  100. #menutext
  101.     {
  102.     font-family: helvetica, geneva, arial, sans-serif;
  103.     font-size: 10pt;
  104.     margin-left: 6px;
  105.     line-height: 14px;
  106.     }
  107.  
  108. #source
  109.     {
  110.     font-family: helvetica, geneva, arial, sans-serif;
  111.     font-size: 9pt;
  112.     font-style: italic;
  113.     color: #666666;
  114.     }
  115. -->
  116. </STYLE>
  117.